Revert "credit: change default timeslice to 5ms"
authorJan Beulich <jbeulich@suse.com>
Thu, 6 Mar 2014 12:44:42 +0000 (13:44 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 6 Mar 2014 12:44:42 +0000 (13:44 +0100)
This reverts commit 348dee3b8afb72cb4713d2e6600b4e86e0cc1723
(retracted by author/maintainer).

xen/common/sched_credit.c

index 61553d977e2b8fd5f72772934317cf11e270c7a4..db5512e3ed0d14d22bb080fb7e969dacd74554f0 100644 (file)
@@ -29,9 +29,9 @@
  * Basic constants
  */
 #define CSCHED_DEFAULT_WEIGHT       256
-#define CSCHED_TICKS_PER_TSLICE     1
-/* Default timeslice: 5ms */
-#define CSCHED_DEFAULT_TSLICE_MS    5
+#define CSCHED_TICKS_PER_TSLICE     3
+/* Default timeslice: 30ms */
+#define CSCHED_DEFAULT_TSLICE_MS    30
 #define CSCHED_CREDITS_PER_MSEC     10